home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / dec-faq / pdp8-models < prev    next >
Encoding:
Text File  |  1995-07-25  |  56.9 KB  |  1,324 lines

  1. Subject: PDP-8 Summary of Models and Options (posted every other month)
  2. Newsgroups: alt.sys.pdp8,alt.answers,news.answers
  3. From: jones@cs.uiowa.edu (Douglas W. Jones)
  4. Date: Sat, 8 Oct 94 08:08:08 GMT
  5.  
  6. Archive-name: dec-faq/pdp8-models
  7. Last-modified: Aug 5, 1994
  8.  
  9. Frequently Asked Questions about DEC PDP-8 models and options.
  10.  
  11.     By Douglas Jones, jones@cs.uiowa.edu
  12.     (with help from many folks)
  13.  
  14. Sites known to carry FTPable copies of this file:
  15.  
  16.     ftp://rtfm.mit.edu/pub/usenet/alt.sys.pdp8
  17.         ftp://ftp.uu.net/usenet/news.answers/dec-faq
  18.     ftp://src.doc.ic.ac.uk:/pub/usenet/news.answers/alt.sys.pdp8
  19.     ftp://sunsite.unc.edu/pub/academic/computer-science/history/pdp-8/docs
  20.  
  21. Automatic translations of this document to HTML format (as used by World Wide
  22. Web) are available from:
  23.  
  24.         http://www.cis.ohio-state.edu/hypertext/faq/usenet/dec-faq/top.html
  25.  
  26. This posting conforms to RFC1153 USENET digest format (with exceptions due
  27. to the fact that it is not really a digest).
  28.  
  29. The purpose of this document is to supplement the material in the primary
  30. "Frequently Asked Questions about the PDP-8" file with more detailed
  31. information about the hardware and options of the different models of the
  32. PDP-8 sold by DEC.
  33.  
  34. Although this document is something of a history of the DEC PDP-8 family,
  35. the primary purpose of this document is as a guide and general outline to
  36. the PDP-8 models and options likely to be encountered by those involved
  37. in collecting and restoring such systems.
  38.  
  39. Contents:
  40.  
  41.     What is a PDP-5?
  42.     What is a PDP-8?
  43.     What is a LINC-8?
  44.     What is a PDP-8/S?
  45.     What is a PDP-8/I?
  46.     What is a PDP-8/L?
  47.     What is a PDP-12?
  48.     What is a PDP-8/E?
  49.     What is a PDP-8/F?
  50.     What is a PDP-8/M?
  51.     What is a PDP-8/A?
  52.     What is a VT78?
  53.     What is a DECmate I?
  54.     What is a DECmate II?
  55.     What is a DECmate III?
  56.     What is a DECmate III+?
  57.  
  58. ----------------------------------------------------------------------
  59.  
  60. Subject: What is a PDP-5?
  61.  
  62. Date of introduction:  Aug 11, 1963, unveiled at WESCON.
  63. Date of withdrawal:    early 1967.
  64. Total production run:  116.
  65. Price: $27,000
  66.  
  67. Technology:  The PDP-5 was built with DEC System Modules, the original
  68.     line of transistorized logic modules sold by DEC.  The supply
  69.     voltages were +10 and -15 volts, with logic levels of -3 (logic 1)
  70.     and 0 (logic 0).  Logic was packaged on boards that were about
  71.     4.75 inches high with each card mounted in a metal frame with a
  72.     22 pin edge connector.
  73.  
  74.     Input output devices were connected to the daisy-chained I/O bus
  75.     using military-style armored cables and connectors.  Use of
  76.     toggle switches (as opposed to slide switches) on the front
  77.     panel was another vestige of military-style design.
  78.  
  79. Reason for introduction:  This machine was inspired by the success of
  80.     the CDC-160, Seymour Cray's 12 bit minicomputer, and by the
  81.     success of the LINC, a machine that was built by DEC customers
  82.     out of System modules.  These demonstrated that there was a
  83.     market for a small inexpensive computer, and from the start,
  84.     DEC's advertisements were aimed at this market.  "Now you can
  85.     own the PDP-5 computer for what a core memory alone used to
  86.     cost: $27,000", ran one 1964 ad.
  87.  
  88. Reason for withdrawal:  The PDP-8 outperformed the PDP-5, and did so for
  89.     a lower price.
  90.  
  91. Compatability:  The core of the PDP-8 instruction set is present, but
  92.     memory location zero is the program counter, and interrupts are
  93.     handled differently.  The Group 1 OPR rotate instructions cannot
  94.     be combined with IAC or CMA; this limits the ability of the
  95.     PDP-5 to support code from later models.
  96.  
  97. The machine does not support 3 cycle data-break (DMA transfers using
  98.     memory to hold buffer address and word-count information), so
  99.     many later PDP-8 peripherals can not be used on the PDP-5.  In
  100.     addition, DMA transfers are not allowed outside the program's
  101.     current 4K data field, severely limiting software compatability
  102.     on systems with over 4K of memory where either interrupts or
  103.     software initiated changes to the data field during a transfer
  104.     would cause chaos.
  105.  
  106. Standard configuration:  CPU with 1K or 4K of memory (2K and 3K versions
  107.     were not available).
  108.  
  109. Peripherals:
  110.     An extended arithmetic element (EAE) was available; this was an
  111.     I/O device, using IOT instructions to evoke EAE operations.  As
  112.     a result, it was not compatable with the later PDP-8 EAEs.  In
  113.     addition, machines with the EAE option had a different front
  114.     panel from those without.
  115.  
  116.     The type 552 DECtape control and type 555 dual DECtape transports
  117.     were originally developed for the PDP-5 and contemporaneous DEC
  118.     systems such as the PDP-6.
  119.  
  120.     After the PDP-8 was introduced, DEC offered a bus converter that
  121.     allowed the PDP-5 to support standard PDP-8 negibus ueripherals,
  122.     so long as they avoided using 3-cycle data break transfers.  The
  123.     standard 804 PDP-8 expander box was frequently sold as an
  124.     upgrade to PDP-5 systems.
  125.  
  126. Survival:  Do any PDP-5 systems survive?
  127.  
  128. ------------------------------
  129.  
  130. Subject: What is a PDP-8?
  131.  
  132. Date of introduction:  1965 (Unveiled March 22, in New York).
  133. Date of withdrawal:    1968.
  134. Total production run:  1450.
  135. Also known as:
  136.     Classic PDP-8 (to point out lack of a model suffix)
  137.     Straight-8 (Again, points out the lack of a model suffix)
  138.     PCP-88, an OEM label, used by Foxboro Corporation.
  139. Price: $18500
  140.  
  141. Technology:  Mostly standard DEC R-series logic modules; these were
  142.     originally discrete component transistor logic, but around the
  143.     time the PDP-8 was introduced, DEC introduced the Flip Chip, a
  144.     hybrid diode/resistor "integrated circuit" on a ceramic substrate.
  145.     These could directly replace some of the discrete components on
  146.     some logic modules, and DEC quickly began to refer to all R-series
  147.     modules as flip-chip modules; they even advertised the PDP-8 as
  148.     an integrated circuit computer.  A typical flip-chip module, the
  149.     R111, had three 2-input nand gates and cost $14, with no price
  150.     change from 1965 to 1970.  Some special dual height R-series
  151.     modules were designed specifically for the PDP-8.
  152.  
  153.     S and B-series logic modules were also used; these are similar
  154.     to their R-series cousins, but with different speed/fanout
  155.     tradeoffs in their design.  Some logic modules have trimmers
  156.     that must be tuned to the context, making replacement of such
  157.     modules more complex than simply swapping boards.
  158.  
  159.     As with the system modules used in the PDP-5, the supply
  160.     voltages were +10 and -15 volts and the logic levels were -3
  161.     (logic 1) and 0 (logic 0).  Logic was packaged on boards that
  162.     were 2.5 inches wide by 5 inches long.  The card edge connector
  163.     had 18 contacts on 1/8 inch centers.  Some double height cards
  164.     were used; these had two card edge connectors and were 5 1/8
  165.     inches high.  Machine wrapped wire-wrap technology was used on
  166.     the backplane using 24-gauge wire.
  167.  
  168.     The "negibus" or negative logic I/O bus used -3 and 0 volt logic
  169.     levels in 92 ohm coaxial cable, with 9 coaxial cables bundled
  170.     per connector card and 6 bundles making up the basic bus.  5
  171.     (later 4) more bundles were required to support data-break (DMA)
  172.     transfers.  The total bus length was limited to 50 feet, and bus
  173.     termination was generally kluged in with 100 ohm resistors
  174.     clipped or wrapped into the backplane, although a bus terminator
  175.     card was sometimes used.  Some time after the first year of
  176.     production, flat ribbon cable made of multiple coaxial cables
  177.     was used, and later still, shielded flat stripline cable was used
  178.     (but this cut the allowed bus length by a factor of two).
  179.  
  180.     Core memory was used, originally made by FERROXCUBE, with a 1.5
  181.     microsecond cycle time, giving the machine an add time of 3
  182.     microseconds.  4K of core occupied an aluminum box 6 inches on a
  183.     side and needed numerous auxiliary flip-chips and for support,
  184.     as well as an array of boards from the core vendor.  It is worth
  185.     noting that the PDP-8 was about as fast as was practical with the
  186.     logic technology used; only by using tricks like memory
  187.     interleaving or pipelining could the machine have been made much
  188.     faster.
  189.  
  190. Reason for introduction:  This machine was inspired by the success of
  191.     the PDP-5 and by the realization that, with their new Flip-Chip
  192.     technology, DEC could make a table-top computer that could be
  193.     powered by a single standard wall outlet; of course, adding any
  194.     peripherals quickly increased the power requirement!
  195.  
  196. Reason for withdrawal:  The PDP-8/I was less expensive, and after
  197.     initial production difficulties, it equalled the performance of
  198.     the PDP-8.
  199.  
  200. Compatability:  This machine defines the core of the PDP-8 instruction
  201.     set, but with restrictions that were lifted on later machines.
  202.     The Group 1 OPR instruction IAC cannot be combined with any of
  203.     the rotate instructions.  If RAR and RAL or RTR and RTL are
  204.     combined, the results are unpredictable (simultaneous set and
  205.     reset of bits of AC results in metastable behavior).  The IOT 0
  206.     instruction was used for the internal type 189 ADC, and not for
  207.     the later CAF (clear all flags) instruction.  As a result, if
  208.     the ADC option was not present, IOT 6004 (or microcoded
  209.     variants) would hang the machine.
  210.  
  211.     The SWP instruction (exchange AC and MQ) never works, even if
  212.     the extended arithmetic element is present.  This works on later
  213.     models when the EAE is present, although it was only documented
  214.     with the introduction of the PDP-8/E.  Finally, the EAE lacks
  215.     the SCL (shift count load) instruction that is present on later
  216.     models.
  217.  
  218.     On machines with 8K or more, an attempt to change the data field
  219.     to a non-existant field caused a bizarre double-indirect and
  220.     skip instruction execution that must be accounted for in memory
  221.     diagnostics.
  222.  
  223. Standard configuration:  The PDP-8 was sold as a CPU with 4K of memory,
  224.     a 110 baud current loop teletype interface and an ASR 33 Teletype.
  225.     In addition, the standard in-cabinet logic includes support for
  226.     the full negibus interface, including data-break (DMA) transfers.
  227.  
  228.     Both a rack-mount model with rosewood trim and an elegant
  229.     plexiglass enclosed table-top configuration were standard.  Under
  230.     the skin, the basic machine occupies a volume 33 inches high by
  231.     19 inches wide by 22 inches deep.  The two halves of the backplane
  232.     are mounted vertically, like the covers of a book, with the
  233.     spine in back and circuit modules inserted from the two sides.
  234.     Sliding the CPU out of the relay rack or removing the plexiglass
  235.     covers allows the backplane to swung open to access the wires-wrap.
  236.  
  237. Expandability:  In-cabinet options include the type 182 extended
  238.     arithmetic element (EAE), the type 183 memory extension control
  239.     subsystem, and the type 189 low performance analog to digital
  240.     converter (ADC).  Prewired backplane slots were reserved for
  241.     all of these.
  242.  
  243.     Expansion beyond 4K of memory requires rack space for the
  244.     rack-mounted type 184 memory module; each such module adds one
  245.     4K field of memory, up to a maximum of 32K.  The rack-mount CPU
  246.     occupied a large part of one rack, allowing room for a single
  247.     type 184 memory expansion module below the CPU; generally, a
  248.     second rack was needed for added peripherals or memory.
  249.  
  250.     At the end of the production run, some PDP-8 systems were sold
  251.     with PDP-8/I memory, allowing room for an additional 4K without
  252.     need for an expansion chassis.  These nonstandard machines were
  253.     very difficult to maintain!
  254.  
  255. Peripherals:  At the time of introduction, the following negibus
  256.     peripherals were offered.
  257.  
  258.     -- Type 750C high speed paper tape reader and control.
  259.     -- Type 75E high speed paper tape punch and control.
  260.     -- Type 138E analog to digital converter.
  261.     -- Type 139E analog multiplexor.
  262.     -- Type 34D oscilloscope display control (dual digital to analog).
  263.     -- Type 350B incremental (CalComp) plotter control.
  264.     -- Type 451 card reader and control.
  265.     -- Type 450 card punch control for IBM Type 523 punch.
  266.     -- Type 64 (later 645) Mohawk line printer and control.
  267.     -- Type RM08 serial magnetic drum system (up to 256K words).
  268.     -- Type 552 DECtape control (for type 555 DECtape drives).
  269.     -- Type 57A magnetic tape control (IBM type 729 drive).
  270.     -- Type 580 magnetic tape system.
  271.  
  272.     By 1966, the following peripherals had been added to the line:
  273.  
  274.     -- Type AA01A three-channel digital to analog converter.
  275.     -- Type CR01C card reader control.
  276.     -- Type TC01 DECtape control for up to 8 TU55 transports.
  277.     -- Type 251 drum (8-256 tracks, 8 sectors/track, 128 words/sector).
  278.     -- Type 645 line printer control.
  279.     -- Type 680 data communications system (allows 64 teletypes).
  280.  
  281.     By 1967, the following peripherals had been added to the line:
  282.  
  283.     -- Type AF01 analog to digital converter and multiplexor.
  284.     -- Type AX08 parallel digital input port.
  285.     -- Type 338 Programmed Buffered Display (vector graphics).
  286.  
  287.     By 1968, the following new peripheral had been added:
  288.  
  289.     -- Type DF32 fixed head disk system (32K to 256K words).
  290.     -- Type BE01 OEM version of the TC01 (no blinking lights).
  291.     -- Type BE03 dual TU55 drive for the TC01 or BE01.
  292.  
  293.     Finally, as DEC abandoned the negibus, they introduced the
  294.     DW08B negibus to posibus converter so newer posibus
  295.     peripherals could be used on older negibus machines, and the
  296.     DW08A posibus to negibus converter to allow use of old
  297.     peripherals on new machines.
  298.  
  299. Survival:  Many classic PDP-8 systems survive to this day
  300.  
  301. ------------------------------
  302.  
  303. Subject: What is a LINC-8?
  304.  
  305. Date of introduction:  1966 (during or before March).
  306. Date of withdrawal:    1969
  307. Total production run:  142.
  308. Price: $38,500
  309.  
  310. Technology:  DEC Flip Chip modules, as in the PDP-8, with a LINC CPU
  311.     partially reimplemented in Flip Chips and partially emulated
  312.     with PDP-8 instructions.  (The original LINC was built from
  313.     the same System Modules used in the PDP-5.)
  314.  
  315. Compatability:  The PDP-8 part of the machine was identical to the PDP-8.
  316.  
  317. Reason for withdrawal:  The PDP-12 accomplished the same goals at a lower
  318.     cost.
  319.  
  320. Standard configuration:  The combined PDP-8/LINC CPU, plus 4K of memory
  321.     was central to the system.  The set of peripherals bundled with
  322.     the machine was impressive:
  323.  
  324.     -- An ASR 33 Teletype modified for the LINC character set.
  325.     -- Two LINCtape drives.
  326.     -- 8 analog to digital converter channels with knob inputs.
  327.     -- Another 8 ADC channels with jack inputs.
  328.     -- 6 programmable relay outputs, good up to 60 Hz.
  329.     -- 1 Tektronix 560 oscilliscope, somewhat modified.
  330.  
  331.     The X and Y axis control for the scope came from DACs attached
  332.     to the LINC's AC and MB registers, respectively.
  333.  
  334. Expandability:
  335.  
  336.     In addition to standard PDP-8 peripherals, up to 3 additional
  337.     pairs of LINCtape drives could be added, for a total of 8 drives.
  338.     The design of the type 555 dual DECtape transport was based on
  339.     that of the LINCtape drive.
  340.  
  341.     Up to 2 additional ranks of 8 ADC channels could be added.
  342.  
  343.     Remote oscilliscope could be added.
  344.  
  345. Survival:  One LINC-8 is known to be in operable condition today.
  346.  
  347. ------------------------------
  348.  
  349. Subject: What is a PDP-8/S?
  350.  
  351. Date of introduction:  1966 (Unveiled, Aug 23, WESCON, Los Angeles).
  352. Date of withdrawal:    1970.
  353. Total production run:  1024.
  354. Price: $10,000
  355.  
  356. Technology:  DEC Flip Chip modules and core memory, as in the PDP-8.
  357.     Unlike the PDP-8, the PDP-8/S memory module was mounted between
  358.     a pair of quad-height single-width boards that plugged into the
  359.     standard flip-chip sockets (this was sold separately as the H201
  360.     core memory unit, at $2000 for 4K by 13 bits).
  361.  
  362. Reason for introduction:  This machine was developed as a successful
  363.     exercise in minimizing the cost of the machine.  It was the
  364.     least expensive general purpose computer made with second
  365.     generation (discrete transistor) technology, and it was one of
  366.     the smallest such machines to be mass produced (a number of
  367.     smaller machines were made for aerospace applications).  It was
  368.     also incredibly slow, with a 36 microsecond add time, and some
  369.     instructions taking as much as 78 microseconds.  By 1967, DEC
  370.     took the then unusual step of offering this machine for off the
  371.     shelf delivery, with one machine stocked in each field office
  372.     available for retail sale.
  373.  
  374. Reason for withdrawal:  The PDP-8/L vastly outperformed the PDP-8/S, and
  375.     and it did so at a lower price.
  376.  
  377. Compatability:  The core of the PDP-8 instruction set is present, but
  378.     there are a sufficient number of incompatabilities that, as with
  379.     the PDP-5, many otherwise portable "family of 8" programs will
  380.     not run on the PDP-8/S.  Perhaps the worst incompatability is
  381.     that the Group 1 OPR instruction CMA cannot be combined with any
  382.     of the rotate instructions; as with the PDP-8, IAC also cannot
  383.     be combined with rotate.
  384.  
  385. Standard configuration:  CPU with 4K of memory, plus PT08 110 baud current
  386.     loop teletype interface and teletype.  Both a rack-mount and
  387.     table-top versions were sold (both 9" high by 19" wide by 20"?
  388.     deep).  The rack mount version included slides so it could be
  389.     pulled out for maintenance.
  390.  
  391. Expandability:  The CPU supported the standard PDP-8 negibus, but I/O
  392.     bandwidth was 1/5 that of the PDP-8.  Thus, most, but not all
  393.     PDP-8 peripherals could be used.  A few DEC peripherals such as
  394.     the DF32 came with special options such as interleaving to slow
  395.     them down for compatability with the PDP-8/S.  The speed problems
  396.     were such that there was never any way to attach DECtape to this
  397.     machine.
  398.  
  399. Survival:  Because they were so slow, PDP-8/S systems were quickly
  400.     discarded as newer machines became available for comparable prices;
  401.     thus, they are less common today than the Classic PDP-8, even
  402.     though comparable numbers were made.  A few survive in working
  403.     condition.
  404.  
  405. ------------------------------
  406.  
  407. Subject: What is a PDP-8/I?
  408.  
  409. Date of introduction:  1968 (announced before December '67)
  410. Date of withdrawal:    1971.
  411. Total production run:  3698.
  412.  
  413. Technology:  DEC M-series logic modules, called M-series flip-chips
  414.     as the term flip-chip was applied to the module format instead
  415.     of to DEC's hybrid integrated circuits.  M-series modules used
  416.     TTL chips, with a +5 volt supply, packaged on the same board
  417.     format used with the original flip-chips, but with double-sided
  418.     card-edge connectors (36 contacts instead of 18).  Modules were
  419.     limited to typically 4 SSI ICs each.  The M113, a typical
  420.     M-series module, had 10 2-input nand gates and cost $23 in 1967
  421.     (the price fell to $18 in 1970).  Wire-wrapped backplanes used
  422.     30-gauge wire.
  423.  
  424.     The PDP-8/I, as originally sold, supported the then-standard
  425.     PDP-8 negibus.  4K words of core were packaged in a 1 inch thick
  426.     module made of 5 rigidly connected 5 by 5 inch two-sided printed
  427.     circuit boards.  Connectors and support electronics occupied an
  428.     additional 32 backplane slots.
  429.  
  430.     Nominally, the core memory (which, curiously, used a negative
  431.     logic interface!) was supposed to run at a 1.5 microsecond cycle
  432.     time, but many early PDP-8/I systems were delivered running at a
  433.     slower rate because of memory quality problems.  DEC went through
  434.     many vendors in the search for good memory!  The memory interface
  435.     was asynchronous, allowing the CPU to delay for slow memory.  DEC
  436.     continued to make the classic PDP-8 until the problems with
  437.     memory speed were solved.
  438.  
  439. Reason for introduction:  This machine was developed in response to the
  440.     introduction of DIP component packaging of TTL integrated
  441.     circuits.  This allowed a machine of about the same performance
  442.     as the original PDP-8 to fit in about half the volume and sell
  443.     for a lower price.
  444.  
  445. Reason for withdrawal:  The PDP-8/E made slight performance improvements
  446.     while undercutting the price of the PDP-8/I.
  447.  
  448. Compatability:  The core of the PDP-8 instruction set is present, and
  449.     unlike the original PDP-8, IAC can be combined with rotate in a
  450.     single microcoded Group 1 OPR instruction.  Combined RAR and RAL
  451.     or RTR and RTL produce the logical and of the expected results
  452.     from each of the combined shifts.
  453.  
  454.     If the extended arithmetic element is present, the SWP (exchange
  455.     AC and MQ) instruction works, but this was not documented.
  456.  
  457.     On large memory configurations, memory fetches from a nonexistant
  458.     memory field take about 30 microseconds (waiting for a bus
  459.     timeout) and then they return either 0000 or 7777 depending on
  460.     the memory configuration and the field that was addressed.
  461.  
  462.     A front panel bug prevented continue after load-address without
  463.     first clearing the machine.
  464.  
  465. Standard configuration:  CPU with 4K of memory, plus 110 baud current
  466.     loop teletype interface.  Pedestal, table-top and rack-mount
  467.     versions were made.  The pedestal mounted version was futuristic
  468.     looking; the table-top version split the pedistal, with the CPU
  469.         on the table and the power supply (the base of the pedistal) on
  470.     the floor beside the table.  The standard rack-mounted version
  471.     had the power supply bolted to the right side of the rack while
  472.     the CPU, mounted on slides, slid out of the left side of the rack.
  473.  
  474. Expandability: 4K of memory could be added internally, and additional
  475.     memory could be added externally using a rack-mounted MM8I memory
  476.     expansion module for each 4K or 8K addition over 8K.
  477.  
  478.     The backplane of the PDP-8/I was prewired to hold a Calcomp
  479.     plotter interface, with the adjacent backplane slot reserved
  480.     for the cable connection to the plotter.  There may be other
  481.     built-in options.
  482.  
  483.     Initially, the CPU was sold with bus drivers for the PDP-8
  484.     negibus, allowing this machine to support all older DEC
  485.     peripherals, but later machines were sold with posibus interfaces,
  486.     and many older machines were converted in the field.
  487.  
  488.     A posibus to negibus converter, the DW08A, allowed use of all
  489.     older PDP-8 peripherals, with small modifications.  The change
  490.     from negibus to posibus during the period of PDP-8/I production
  491.     leads to confusion because surviving CPUs and peripherals may
  492.     have any of three I/O bus configurations: Negibus, early posibus,
  493.     or final posibus.  The early posibus used the same connectors
  494.     and cables as the negibus, with only 9 conductors per connector,
  495.     while the final posibus used both sides of the connector paddles
  496.     for 18 bus lines per connector.  Y-shaped cables for converting
  497.     from one physical bus layout to the other were available.  To
  498.     add to this confusion, some negibus PDP-8/I systems were rewired
  499.     to use 18 conductor posibus cables with negative logic!
  500.  
  501.     Eventually, an add-on box was sold that allowed PDP-8/E (OMNIBUS)
  502.     memory to be added to a PDP-8/I.  Additionally, Fabritek sold a
  503.     24K memory box for the 8/I and PDP-12.
  504.  
  505. Survival:  Many PDP-8/I systems are in operating condition.
  506.  
  507. ------------------------------
  508.  
  509. Subject: What is a PDP-8/L?
  510.  
  511. Date of introduction:  1968 (announced before August '68)
  512. Date of withdrawal:    1971.
  513. Total production run:  3902.
  514. Price: $8,500
  515.  
  516. Technology:  DEC M-series flip Chip modules, as in the PDP-8/I, with the
  517.     same core memory as the 8/I, but with a memory cycle cycle of 1.6
  518.     microseconds to avoid the speed problems that plagued early -8/I
  519.     systems.
  520.  
  521.     The positive I/O bus, or posibus, was a 100 ohm bus clamped
  522.     between 0 and 3 volts with TTL drivers and receivers.  This was
  523.     packaged with 18 signal lines per 2-sided interconnect cable,
  524.     using double-sided shielded mylar ribbon cable in most cases.
  525.     Electrically, coaxial cable could be used, but the slots in the
  526.     CPU box were too small for this.
  527.  
  528. Reason for introduction:  This machine was developed as a moderately
  529.     successful exercise using M-series logic to produce a lower cost
  530.     but moderately fast machine.  The idea was to cut costs by
  531.     limiting provisions for expansion.
  532.  
  533. Reason for withdrawal:  The PDP-8/E made performance improvements while
  534.     slightly undercutting the price of the PDP-8/L.
  535.  
  536. Compatability:  The core of the PDP-8 instruction set is present, but
  537.     all Group 3 OPR instructions are no-ops, even the Group 3 version
  538.     of the CLA instruction.  This is because there was no provision
  539.     made for adding an EAE to this machine.  Microcoding RAR and RAL
  540.     together works as in the PDP-8/I.  Finally, a new front panel
  541.     feature was added, the protect switch.  When thrown, this makes
  542.     the last page of the last field of memory read-only (to protect
  543.     your bootstrap code).
  544.  
  545.     The instruction to change the data field on an 8/L becomes a
  546.     no-op when the destination data field is non-existant; on all
  547.     other machines, attempts to address non-existant fields are
  548.     possible.  One option for expanding the 8/L was to add a box that
  549.     allowed 8/E memory modules to be added to the 8/L; when this
  550.     was done, access to nonexistant data fields becomes possible and
  551.     always returns 0000 on read.
  552.  
  553. Standard configuration:  A CPU with 4K of memory, plus 110 baud current
  554.     loop teletype interface was standard.  Both rack-mount and
  555.     table-top versions were sold (both 9" high by 19" wide by 21"
  556.     deep).  The backplane was on top, with modules plugged in from
  557.     the bottom.  The rack-mount version could be slid out for
  558.     maintenance.
  559.  
  560. Expandability:  The CPU supported a new bus standard, the PDP-8 posibus.
  561.     There is little space for in-box peripherals, but an expander
  562.     box with the same volume as the CPU was available, the BA08A;
  563.     this was prewired to hold an additional 4K of memory and to
  564.     support in-box peripheral interfaces for such devices as a
  565.     Calcomp plotter interface, a card-reader interface, a 4 line
  566.     asynch terminal interface, a real-time clock, and more.
  567.  
  568.     DEC eventually offered the BM12L, an 8K expansion box that is
  569.     essentially the same as the MM8I, but using positive logic and
  570.     thus incompatable with the -8/I and -12.  This allowed a total
  571.     memory of 12K on a PDP-8/L.  This contains precisely the modules
  572.     needed to upgrade a 4K PDP-8/I or PDP-12 to an 8K machine, or to
  573.     populate an MM8I box to add 8K of additional memory to an 8/I or
  574.     PDP-12.
  575.  
  576.     Finally, DEC eventually offered a box allowing PDP-8/E (OMNIBUS)
  577.     memory to be used with the PDP-8/L.  PDP-8/L configurations with
  578.     over 8K of memory were awkward because the front panel only
  579.     showed one bit of the extended memory address.  As a result,
  580.     extra lights and switches for the additional bits of the memory
  581.     address were mounted on the front of the memory expander boxes
  582.     for the large configurations.
  583.  
  584.     A variety of posibus peripherals were introduced, most of which
  585.     were built with the option of negibus interface logic (the -P
  586.     and -N suffixes on these new peripherals indicated which was
  587.     which).  Many early PDP-8/L systems were sold with DW08A bus
  588.     level converters to run old negibus peripherals.
  589.  
  590.     Posibus peripherals introduced after the PDP-8/L (and also used
  591.     with posibus versions of the PDP-8/I) included:
  592.  
  593.     -- The TC08 DECtape controller (for 8 TU55 or 4 TU56).
  594.     -- The DF32D fixed head disk controller (a posibus DF32).
  595.     -- The FPP-12 floating point processor.
  596.     -- The TR02 simple magnetic tape control.
  597.     -- The RK08 disk subsystem, 4 disk packs, 831,488 words each.
  598.  
  599. Survival:  Many PDP-8/L systems are in operating condition.
  600.  
  601. ------------------------------
  602.  
  603. Subject: What is a PDP-12?
  604.  
  605. Date of introduction:  1969 (February or earlier).
  606. Date of withdrawal:    1973.
  607. Total production run:  3500?
  608. Price: $27,900
  609.  
  610. Technology:  DEC M-series flip Chip modules, as in the PDP-8/I.
  611.  
  612. Reason for introduction:  This machine was developed as a follow-up to
  613.     the LINC-8.  Originally it was to be called the LINC-8/I, but
  614.     somehow it got its own number.  In effect, it was a PDP-8/I with
  615.     added logic to allow it to execute the LINC instruction set.
  616.  
  617. Reason for withdrawal:  The LAB-8/E and the LAB-11 (a PDP-8/E and a
  618.     PDP-11/20 with lab peripherals) eventually proved the equal of
  619.     the PDP-12 in practice, and LINC compatability eventually proved
  620.     to be of insufficient value to keep the machine alive in the
  621.     marketplace.
  622.         
  623. Compatability:  This machine is fully compatable with the PDP-8/I, with
  624.     additional instructions to flip from PDP-8 mode to LINC mode and
  625.     back.  IOT 0 could enable the API, causing trouble with later
  626.     PDP-8 code that assumes IOT 0 is "Clear all flags".  Also, the
  627.     DECtape instruction DTLA (6766) becomes part of a stack-oriented
  628.     extension to the instruction set, PUSHJ, on late model (or field
  629.     updated) machines with the KF12-B backplane.
  630.  
  631.     The PDP-12 supported trapping of those LINC functions that were
  632.     emulated by software on the LINC-8.  This allowed it to run many
  633.     LINC-8 bootable systems (but not all, due mostly incompatabilities
  634.     in LINKtape support), and it allowed such things as emulation of
  635.     LINKtape instructions for reading and writing disk.
  636.  
  637.     The TC12F Linktape controller could, with appropriate software,
  638.     read or write DECtape.  This support is unreliable, and is not
  639.     software compatable with the TC01 or TC08 DECtape controller.
  640.  
  641. Standard configuration:  PDP-8/LINC CPU with 4K of memory, plus 110 baud
  642.     current loop interface, plus output relay registers.  In
  643.     addition, the standard configuration included either two TU55 or
  644.     one TU56 drive, with a PDP-12 only controller allowing it to
  645.     handle LINCtape.  In addition, a 12" scope was always included,
  646.     with a connector that can connect to a second scope.
  647.  
  648. Expandability:  An analog to digital converter and multiplexor was needed
  649.     to fully support knob-oriented LINC software.
  650.  
  651.     Other options included:
  652.  
  653.     -- the KW12 programmable lab clock.
  654.     -- additional TU55 or TU56 drives (up to 8 transports).
  655.     -- the BA12 expander box
  656.     -- the PC05 paper tape reader punch (needs the BA12).
  657.  
  658.     Fabritek made a 24K memory box that could be added to a PDP-8/I or
  659.     PDP-12.
  660.  
  661. Survival:  A few PDP-12 systems are in operating condition.
  662.  
  663. ------------------------------
  664.  
  665. Subject: What is a PDP-8/E?
  666.  
  667. Date of introduction:  1970 (during or before August).
  668. Date of withdrawal:    1978.
  669. Also known as:
  670.     Industrial-8 (with a red color scheme)
  671.     LAB-8/E (with a green color scheme)
  672. Price: $7,390
  673.  
  674. Technology: SSI and MSI TTL logic were used on these boards, and the
  675.     entire CPU fit on 3 boards.  Nominally, these were DEC M-series
  676.     flip Chip modules, but in a new large format, quad-high (10.5
  677.     inch), extended-length (9 inch, including card-edge connector,
  678.     excluding handles).  The terms used for board height and length
  679.     are based on the original working assumption that all flip-chips
  680.     were plugged horizontally into a vertially mounted card-edge
  681.     connector.  On the PDP-8/E, the cards were plugged vertically
  682.     down into a horizontally mounted connector, so many users
  683.     incorrectly refer to these boards as quad-wide double-high.
  684.  
  685.     Interconnection between boards was through a new bus, the OMNIBUS.
  686.     This eliminated the need for a wire-wrapped backplane, since all
  687.     slots in the bus were wired identically.  A new line of peripheral
  688.     interfaces was produced, most being single cards that could be
  689.     plugged directly into the inside the main enclosure.  These
  690.     included a set of posibus adapters allowing use of older
  691.     peripherals on the new machine.
  692.  
  693.     Interboard connectors were needed for some multiboard options,
  694.     including the CPU and memory subsystems.  These used standard
  695.     36-pin backplane connectors on the opposite side of the board
  696.     from the backplane.  Some boards, notably memory boards, had a
  697.     total of 8 connector fingers, 4 for the omnibus and 4 for
  698.     interboard connectors.
  699.  
  700.     The core memory cycle time was 1.2 or 1.4 microseconds, depending
  701.     on whether a read-modify-write cycle was involved (a jumper would
  702.     slow all cycles to 1.4 microseconds).  A 4K core plane was
  703.     packaged on a single quad-wide double-high board, with most of
  704.     the drive electronics packed onto two adjacent boards.  Soon after
  705.     the machine was introduced, an 8K core plane was released in the
  706.     same format.
  707.  
  708. Reason for introduction:  The cost of the PDP-8/I and PDP-8/L was
  709.     dominated by the cost of the interconnect wiring, and this cost
  710.     was high as a result of the use of small circuit boards.  By
  711.     packing a larger number of chips per board, similar function
  712.     could be attained in a smaller volume because less interboard
  713.     communication was required.  The PDP-8/E exploited this to achieve
  714.     a new low in cost while attaining a new high in performance.
  715.  
  716. Reason for withdrawal:  This machine was slowly displaced by the PDP-8/A
  717.     as the market for large PDP-8 configurations declined in the face
  718.     of pressure from 16 bit mini and microcomputers.
  719.  
  720. Compatability:  As with the PDP-8/I and PDP-8/L, there are no limits on
  721.     the combination of IAC and rotate instructions.  Unlike the early
  722.     machines, basic Group 3 OPR operations for loading and storing
  723.     the MQ register work even if there is no extended arithmetic
  724.     element.  Finally, a new instruction was added, BSW; this swaps
  725.     the left and right bytes in AC, and is encoded as a Group 1 OPR
  726.     instruction using the "double the shift count bit".
  727.  
  728.     An odd quirk of this machine is that the RAL RAR combination ands
  729.     the AC with the op-code, and the RTR RTL combination does an
  730.     effective address computation loading the high 5 bits of AC with
  731.     the current page and the lower bits of AC with the address field
  732.     of the instruction itself!
  733.  
  734.     The EAE has a new mode, mode B.  Previous EAE designs were
  735.     single-mode.  Mode B supports a large set of 24 bit operations
  736.     and a somewhat more rational set of shift operations than the
  737.     standard EAE.  All prior EAE designs would hang on the microcoded
  738.     CLA NMI (clear/normalize) instruction applied to a nonzero AC.
  739.     This instruction is redefined to be a mode changing instruction
  740.     on the 8/E.
  741.  
  742. Standard configuration:  A CPU with 4K of memory, plus 110 baud current
  743.     loop teletype interface.  Both a rack-mount table-top versions
  744.     were sold (both 9" high by 19" wide by 21" deep).  The rack mount
  745.     version was mounted on slides for easy maintenance.  The OMNIBUS
  746.     backplane was on the bottom, with boards inserted from the top.
  747.  
  748.     The standard OMNIBUS backplane had 20 slots, with no fixed
  749.     assignments, but the following conventional uses:
  750.  
  751.     -- KC8E programmer's console (lights and switches)
  752.     -- M8300 \_ KK8E CPU registers
  753.     -- M8310 /  KK8E CPU control
  754.     --
  755.     --
  756.     -- M833  - Timing board (system clock)
  757.     -- M865  - KL8E console terminal interface.
  758.     --
  759.     --
  760.     --   -- space for more peripherals
  761.     --
  762.     --
  763.     -- M849  - shield to isolate memory from CPU
  764.     -- G104  \
  765.     -- H220   > MM8E 4K memory
  766.     -- G227  /
  767.     --
  768.     --   -- space for more memory
  769.     --
  770.     -- M8320 - KK8E Bus terminator
  771.  
  772.     Most of the early boards with 3 digit numbers were defective
  773.     in one way or another, and the corrected boards added a trailing
  774.     zero.  Thus, the M833 was generally replaced with an M8330, and
  775.     the M865 was replaced with the M8650.
  776.  
  777. Expandability:  The following are among the OMNIBUS boards that could be
  778.     added internally:
  779.  
  780.     -- M8650 - KL8E RS232 or current loop serial interface.
  781.     -- M8340 \_ Extended arithmetic element.
  782.     -- M8341 /  (must be attached in two slots adjacent to CPU.
  783.     -- M8350 - KA8E posibus interface (excluding DMA transfers).
  784.     -- M8360 - KD8E data break interface (one per DMA device).
  785.     -- M837  - KM8E memory extension control (needed for over 4K).
  786.     -- M840  - PC8E high speed paper tape reader-punch interface.
  787.     -- M842  - XY8E X/Y plotter control.
  788.     -- M843  - CR8E card reader interface.
  789.  
  790.     There were many other internal options.  There was room in the
  791.     basic box for another 20 slot backplane; taking into account the
  792.     2 slots occupied by the M935 bridge between the two backplanes,
  793.     this allowed 38 slots, and a second box could be added to
  794.     accomodate another 38 slot backplane, bridged to the first box by
  795.     a pair of BC08H OMNIBUS extension cables.
  796.  
  797.     Given a M837 memory extension control, additional memory could be
  798.     added in increments of 4K by adding G104, H220, G227 triplets.
  799.     The suggested arrangement of boards on the OMNIBUS always
  800.     maintained the M849 shield between memory other options.  The
  801.     one exception was that the M8350 KA8E and M8360 KD8E external
  802.     posibus interfaces were typically placed at the end of the
  803.     OMNIBUS right before the terminator.
  804.  
  805.     The following options were introduced later, and there were many
  806.     options offered by third party suppliers.
  807.  
  808.     -- G111  \
  809.     -- H212   > MM8EJ 8K memory
  810.     -- G233  /
  811.     -- M8357 -- RX8E interface to RX01/02 8" diskette drives.
  812.     -- M7104 \
  813.     -- M7105  > RK8E RK05 Disk Interface
  814.     -- M7106 /
  815.     -- M8321 \
  816.     -- M8322  \ TM8E Magtape control for 9 track tape.
  817.     -- M8323  /
  818.     -- M8327 /
  819.  
  820.     At one point, DEC packaged a PDP-8/E in a desk with no front panel
  821.     controls other than power and bootstrap switch, along with an RX01
  822.     accessable from the front and a VT50 on top.  This was sold as
  823.     the Class-ic system, with an intended market in the classroom
  824.     (hence the name); it was the forerunner, in terms of packaging,
  825.     of many later DEC office products.
  826.  
  827. Survival:  It is still fairly common to find PDP-8/E systems on the
  828.     surplus market, recently removed from service and in working
  829.     condition or very close to it.  A modest number are no-doubt
  830.     still in service, and there is still a limited amount of
  831.     commercial support from both DEC and third-party vendors.
  832.  
  833. ------------------------------
  834.  
  835. Subject: What is a PDP-8/F?
  836.  
  837. Date of introduction:  1972.
  838. Date of withdrawal:    1978.
  839.  
  840. Technology:  an OMNIBUS machine, as with the PDP-8/E.  First use
  841.     of a switching power supply in the PDP-8 family.
  842.  
  843. Reason for introduction:  The PDP-8/E had a large enough box and a large
  844.     enough power supply to accomodate a large configuration.  By
  845.     shortening the box and putting in a small switching power supply,
  846.     a lower cost OMNIBUS machine was possible.
  847.  
  848. Reason for withdrawal:  The PDP-8/A 800 displaced this machine, providing
  849.     similar expansion capability at a lower cost.
  850.  
  851. Compatability:  The PDP-8/F used the PDP-8/E CPU and peripherals.
  852.  
  853. Standard configuration:  Identical to the PDP-8/E, except that the KC8E
  854.     front panel was replaced with a KC8M front panel that had LEDs
  855.     instead of incandescent lights; this front panel could also be
  856.     installed on PDP-8/E systems, but the PDP-8/E front panel could
  857.     not be used on a PDP-8/F because of the lack of a +8 supply for
  858.     the lights.  The original PDP-8/F box had a defective power
  859.     supply, but a revised (slightly larger) box corrected this
  860.     problem.
  861.  
  862. Expandability:  This machine could be expanded using all PDP-8/E OMNIBUS
  863.     peripherals, including the external expansion chassis.  The
  864.     relatively small internal power supply and the lack of room for
  865.     a 20 slot bus expander inside the first box were the only
  866.     limitations.  There were minor compatability problems with some
  867.     options, for example, the power-fail auto-restart card, as
  868.     originally sold, was incompatable with the PDP-8/F power supply.
  869.  
  870. Survival:  As with the PDP-8/E, these machines are moderately common on
  871.     the surplus market, and frequently in working condition.
  872.  
  873. ------------------------------
  874.  
  875. Subject: What is a PDP-8/M?
  876.  
  877. Date of introduction:  1972.
  878. Date of withdrawal:    1978.
  879.  
  880. Technology:  This machine was a PDP-8/F (with a PDP-8/E CPU)
  881.  
  882. Reason for introduction:  DEC knew that OEM customers were an important
  883.     market, so they packaged the PDP-8/F for this market, with no
  884.     hardware changes behind the front panel.
  885.  
  886. Reason for withdrawal:  Same as the PDP-8/F
  887.  
  888. Compatability:  The PDP-8/M used the PDP-8/E CPU and peripherals.
  889.  
  890. Standard configuration:  Identical to the PDP-8/F, except that the KC8M
  891.     front panel was replaced with a minimal function panel and the
  892.     color scheme was different.  Because of this, one of the following
  893.     options were required:
  894.  
  895.     -- M848  -- KP8E Power fail and auto-restart.
  896.     -- M847  -- MI8E Hardware Bootstrap Loader.
  897.  
  898.     Expandability:  All options applying to the PDP-8/F applied.  In
  899.     addition, the KC8M front panel (standard with the PDP-8/F) was
  900.     available as an option.
  901.  
  902. Survival:  As with the PDP-8/F.
  903.  
  904. ------------------------------
  905.  
  906. Subject: What is a PDP-8/A?
  907.  
  908. Date of introduction:  1975
  909. Date of withdrawal:    1984
  910. Also known as:
  911.     DECdatasystem 310 (an 8/A 500 sold as a word-processor)
  912.  
  913. Technology:  This machine used the OMNIBUS with a new single-board CPU.
  914.     The backplane was reoriented so that boards plugged into it from
  915.     the front, with the board held horizontally.
  916.  
  917. Reason for introduction:  Using TTL MSI and LSI components, DEC was able
  918.     to reduce the PDP-8 CPU to a single oversize board (formally, hex
  919.     height, double width).  Similarly, they were able to make an 4K
  920.     core memory board, and later, an 8K board in this format, and they
  921.     were able to introduce a static RAM card using semiconductor
  922.     memory.  The minimum system was reduced to 3 boards.
  923.  
  924.     The market for the PDP-8 was dominated by small systems, with
  925.     fewer and fewer customers needing large-scale expandability.
  926.     Thus, the 20 slot backplane of the early Omnibus machines was too
  927.     big; with the new single board CPU and memory, a 12 slot backplane
  928.     was enough, allowing further cost reductions.
  929.  
  930. Reason for withdrawal:  The market for the PDP-8 family was shrinking in
  931.     the face of pressure from larger minicomputers and the new
  932.     monolithic microcomputers.  After 1975, many PDP-8 sales were to
  933.     captive customers who had sufficient software investments that
  934.     they could not afford to move.  Only the word-processing and
  935.     small business markets remained strong for first-time PDP-8
  936.     sales, and in these, the specialized DEC VT-78 and DECmate
  937.     machines were more cost effective than the open architecture
  938.     OMNIBUS machines.
  939.         
  940. Compatability:  The new PDP-8/A CPU was largely compatable with the
  941.     PDP-8/E CPU, except that the combination of RTR and RTL (Group 1
  942.     OPR instructions) loaded the next address.  The power-fail
  943.     auto-restart option included the standard skip on power low
  944.     instruction, but also a new skip on battery empty instruction to
  945.     test the battery used for back-up power on the new solid state
  946.     memory.
  947.  
  948.     The standard parallel port on the M8316 port was not software
  949.     compatable with the earlier line-printer interfaces used with
  950.     device code 66.
  951.  
  952. Standard configuration:  The PDP-8/A was sold with a new short OMNIBUS
  953.     backplane, mounted on its side above a power supply and a
  954.     battery to back up the solid state memory.  The minimum
  955.     configuration included a limited function control panel and the
  956.     following components on the bus:
  957.  
  958.     -- M8315 -- KK8A CPU board
  959.     -- M???? -- MS8A 1K to 4K solid state memory.
  960.     -- M???? -- MR8A ROM companion for the MS8A.
  961.     -- M8316 -- DKC8AA serial/parallel interface and clock.
  962.  
  963.     The M8316 board contained a remarkable but useful hodgepodge of
  964.     commonly used peripherals, including the console terminal
  965.     interface, a parallel port, the power/fail auto-restart logic,
  966.     and a 100 Hz real time clock.
  967.  
  968.     The original configuration sold had a 10 slot backplane and a
  969.     poor power supply.  The later base model had a 12 slot backplane,
  970.     the 8/A 400.
  971.  
  972. Expandability:  All PDP-8/E peripherals and options could be used with
  973.     the PDP-8/A.  The KK8A cpu was not as fast as the KK8E used in
  974.     the PDP-8/E, but the KK8E CPU could be substituted for the KK8A
  975.     CPU, and many PDP-8/A systems were sold with this substitution.
  976.  
  977.     A box with a 20 slot backplane, the 8/A 600, was available for
  978.     large configurations.  A pair of PDP-8/A backplanes could be
  979.     connected using BC08H cables, and there was a special cable,
  980.     the BC80C, for connecting a hex wide 8A backplane to a PDP-8/E,
  981.     -8/F or -8/M backplane.
  982.  
  983.     By late 1975, the PDP-8/A was being sold in a workstation
  984.     configuration, with the CPU and dual 8" diskette drives in a desk
  985.     with a video terminal (VT52) and letter quality printer on top.
  986.     This followed the pattern set by the Class-ic packaging of the
  987.     PDP-8/E, but it was aimed at the word-processing market.
  988.  
  989.     The following additional PDP-8/A (hex) boards were offered:
  990.  
  991.     -- G649  \_ MM8AA 8K Core stack (too slow for 8/E CPU!).
  992.     -- H219A /  MM8AA 8K Core memory control.
  993.     -- G650  \_ MM8AB 16K Core stack (ok for 8/E CPU!).
  994.     -- H219B /  MM8AB 16K Core memory control.
  995.     -- M???? -- MR8F 1K ROM (overlayable with core).
  996.     -- M8317 -- KM8A memory extender (with variations).
  997.     -- M8319 -- KL8A 4 channel RS232 or current loop serial I/O.
  998.     -- M8433 -- RL8A controller for 1 to 4 RL01/RL02 disk drives.
  999.     -- M???? -- FPP8A floating point processor.
  1000.  
  1001.     The PDP-8/A model 800 was the same as the model 600, but with the
  1002.     FPP8A floating point processor included as part of the package.
  1003.  
  1004.     -- M8416 -- KT8AA Memory management unit for up to 128K.
  1005.     --       -- KC8AA Programmer's Console (requires M8316)
  1006.     -- M8417 -- MSC8DJ 128K DRAM MOS Memory.
  1007.  
  1008.     Note that memory extension to 128K was a new PDP-8/A feature that
  1009.     was necessarily incompatable with the older PDP-8 memory expansion
  1010.     options, although the conventional PDP-8 memory expansion
  1011.     instructions still operate correctly on the first 32K.  Access to
  1012.     additional fields involved borrowing IOT instructions that were
  1013.     previously dedicated to other devices.
  1014.  
  1015.     The MM8A options require the use of a box with a -20V power supply.
  1016.     Also, the use of the MSC8 DRAM memory cards requires a CPU that
  1017.     supports the memory stall signal, early PDP-8/E CPUs did not.
  1018.  
  1019. Survival:  As with the PDP-8/E, these machines are moderately common on the
  1020.     surplus market and a modest number are still in use.  Because the
  1021.     original machines were less expensive than and slower than 8/E,
  1022.     they are more likely to be simply discarded instead of sold as
  1023.     surplus.
  1024.  
  1025. ------------------------------
  1026.  
  1027. Subject: What is a VT78?
  1028.  
  1029. Date of introduction:  1978
  1030. Date of withdrawal:    1980 (Displaced by the DECmate)
  1031. Also known as:  DECstation 78 
  1032.  
  1033. Technology:  Based on the Intersil/Harris 6120 microprocessor, packaged
  1034.     in a VT52 case.  The 6120 processor was able to run at 4 MHz, but
  1035.     in the VT78, it was only clocked at 2.2 MHz because of the speed
  1036.     of the DRAM used and the deliberate use of graded out chips.
  1037.  
  1038. Reason for introduction:  Using TTL MSI and LSI components, DEC could
  1039.     pack a system into vacant space in a standard terminal case,
  1040.     allowing PDP-8 systems to compete with personal computers in the
  1041.     small business and office automation market.  This was a natural
  1042.     follow-on to the desk-mounted workstation configurations in which
  1043.     the PDP-8/A was already being sold.
  1044.  
  1045. Compatability:  The Group I OPR combinations RAL RAR and RTL RTR are
  1046.     no-ops.  Unlike all earlier PDP-8 models, autoindex locations
  1047.     10 to 17 (octal) only work in page zero mode; these operate like
  1048.     all other memory locations when addressed in current page mode
  1049.     from code running on page zero.  Other than this, it is fully
  1050.     PDP-8/E compatable, even at the level of I/O instructions for
  1051.     the standard periperals; this was the last PDP-8 to offer this
  1052.     level of compatability.
  1053.  
  1054.     It was not possible to continue from a halt without restarting
  1055.     the machine.  In addition, none of the peripherals available on
  1056.     this machine needed DMA (data break) transfers.
  1057.  
  1058. Standard configuration:  The VT78 was sold with 16k words of DRAM with
  1059.     the keyboard and display of the VT52 terminal.  An RX01 dual 8"
  1060.     diskette drive was standard, packaged in the pedestal under the
  1061.     terminal.  The console (device 03/04) and the serial ports
  1062.     (devices 30/31 and 32/33) are compatible with the M8650 KL8E,
  1063.     with the latter extended to allow software controlled baud rate
  1064.     selection.  There are two parallel ports; device 66 (compatible
  1065.     with the M8365 printer controller) and device 47, compatible with
  1066.     the nonstandard port on the M8316 DKC8AA.  There is also a 100Hz
  1067.     clock compatible with the clock on the M8316 DKC8AA.
  1068.  
  1069.     The standard ROM boots the system from the RX01 after setting the
  1070.     baud rates to match that selected by the switches on the bottom
  1071.     of the VT52 case.
  1072.  
  1073. Expandability:  This was a closed system, with few options.  The base
  1074.     configuration was able to support two RX01 drives (later RX02),
  1075.     for a total of 4 transports.  Various boot ROM's were available,
  1076.     including a paper-tape RIM loader ROM for loading diagnostics
  1077.     from tape.  Another ROM boots the system from a PDP-11 server in
  1078.     the client/server configuration used by WPS-11.
  1079.  
  1080. Survival:  There are probably many VT78 systems still in use.
  1081.     
  1082.  
  1083. ------------------------------
  1084.  
  1085. Subject: What is a DECmate I?
  1086.  
  1087. Date of introduction:  1980
  1088. Date of withdrawal:    1984 (Phased out in favor of the DECmate II)
  1089. Also known as:  DECmate (prior to the DECmate II, no suffix was used)
  1090.         VT278
  1091.  
  1092. Technology:  Based on the Intersil/Harris 6120 microprocessor,
  1093.     packaged in a VT-100 box with keyboard and display.
  1094.  
  1095. Reason for introduction:  This machine was aimed primarily at the market
  1096.     originally opened by the VT78, using the IM6120 as a substitute
  1097.     for the older 6100 chip and optimizing for minimum cost and mass
  1098.     production efficiency.
  1099.  
  1100. Compatability:  A new feature was introduced in the 6120 microprocessor:
  1101.     The Group I OPR combination RAL RAR was defined as R3L, or rotate
  1102.     accumulator 3 places left, so that byte swap (BSW) is equivalent
  1103.     to R3L;R3L.  RTR RTL remained a no-op, as in the 6100.
  1104.  
  1105.     Also, the EAE operations not implemented in the basic CPU cause
  1106.     the CPU to hang awaiting completion of the operation by a
  1107.     coprocessor.  Unfortunately, no EAE coprocessor was ever offered.
  1108.  
  1109.     The printer port offered software baud-rate selection compatable
  1110.     with the VT78 baud-rate selection scheme.  The dual-port data
  1111.     communications option was flexible but completely incompatable
  1112.     with all previous PDP-8 serial ports.
  1113.  
  1114.     The console and printer ports are not fully compatable with the
  1115.     earlier PDP-8 serial ports.  Specifically, on earlier serial
  1116.     interfaces, it was possible to test flags without resetting them,
  1117.     but on the DECmate machines, testing the keyboard input flag
  1118.     always resets the flag as a side effect.  In addition, on the
  1119.     console port, every successful test of the flag must be followed
  1120.     by reading a character or the flag will never be set again.
  1121.  
  1122.     It was not possible to continue from a halt without restarting
  1123.     the machine.
  1124.  
  1125.     The large amount of device emulation performed by the CPU in
  1126.     supporting screen updates severely limits the ability of the
  1127.     system to run in real time.
  1128.  
  1129. Standard configuration:  The DECmate I was sold with 32k words of memory,
  1130.     with a small control memory added to handle control/status,
  1131.     console device emulation and boot options.  The console terminal
  1132.     keyboard and display functions are largely supported by code
  1133.     running in control memory (a less expensive alternative to
  1134.     dedicating hardware for this, as was done in the VT78).
  1135.  
  1136.     The DECmate I came with an integral printer port, compatable with
  1137.     the VT78 (device 32/33), and it had an RX02 dual 8 inch diskette
  1138.     drive, mounted in the short pedistal under the terminal/CPU box.
  1139.     A 100Hz clock was included, as in the VT78 and PDP-8/A.
  1140.  
  1141. Expandability:  This was a closed system, with limited options.
  1142.     Specifically, a second RX02 could be connected (or an RX01,
  1143.     because that had a compatable connector), the DP278A and DP278B
  1144.     communications boards (really the same board, but the DP278B had
  1145.     2 extra chips), and the RL-278 disk controller, able to accomodate
  1146.     from 1 to 4 RL02 rack mount disk drives.
  1147.  
  1148.     When the DP278A option is added, additional routines in control
  1149.     memory come alive to handle terminal emulaton and allow diskless
  1150.     operation.  The terminal emulator is an extended VT100 subset
  1151.     that is essentially compatable in 80 column mode.  The DP278A
  1152.     option could support both asynchronous and synchronous protocols,
  1153.     and the DP278B could handle SDLC and other nasty bit-stuffing
  1154.     protocols.
  1155.  
  1156.     Various pedestal and desk configurations were sold for housing
  1157.     the RX01 and RX02 drives, most being teacart style designs, but
  1158.     there was also a pedestal version that was essentially a
  1159.     repackaging of the RX02 with either 2 or 4 new 8 inch disk
  1160.     transports (physically incompatable with earlier DEC transports).
  1161.  
  1162. Survival:  Many DECmates are still in use, and they are fairly common on
  1163.     the surplus market.  They are found in small numbers just about
  1164.     anywhere large numbers of early PC vintage machines are found.
  1165.  
  1166. ------------------------------
  1167.  
  1168. Subject: What is a DECmate II?
  1169.  
  1170. Date of introduction:  1982
  1171. Date of withdrawal:    1986 
  1172. Price: $1,435
  1173.  
  1174. Technology:  Based on the 6120 microprocessor, this shared the same
  1175.     packaging as DEC's other competitors in the PC market, the
  1176.     Rainbow (8088 based) and the PRO-325 (PDP-11 based).
  1177.  
  1178. Reason for introduction:  This machine was introduced in order to allow
  1179.     more flexibility than the DECmate I and to allow more sharing of
  1180.     parts with the VT220 and DEC's other personal computers.
  1181.  
  1182. Compatability:  Same as the DECmate I, except it could continue from a
  1183.     halt.  There was better hardware for device emulation support,
  1184.     allowing for somewhat better real-time performance.  The data
  1185.     communications port was an incompatable improvement on the
  1186.     incompatable DECmate I communications port.  No built-in terminal
  1187.     emulation was provided, and the data communications port supported
  1188.     only one line, but aside from this, the data communications port
  1189.     is essentially as powerful as the DP-278B on the DECmate I.
  1190.  
  1191. Standard Configuration:  The DECmate II was sold with 32K of program
  1192.     memory, plus a second full bank for dedicated control panel
  1193.     function emulation.  Code running in the second bank is sometimes
  1194.     referred to as slushware; it looks like hardware to the PDP-8
  1195.     user, but it is actually device emulation software that is loaded
  1196.     from the boot diskette.
  1197.  
  1198.     An integral RX50 dual 5 1/4 inch diskette drive with an 8051
  1199.     controller chip was included, along with a printer port, a 100Hz
  1200.     real-time clock, single data communications port, and interfaces
  1201.     to the monitor and keyboard.  The diskette drive can read
  1202.     single-sided 48 track-per-inch diskettes, so it might be possible
  1203.     to read (but not write) IBM PC diskettes on it.
  1204.  
  1205. Expandability:  This was the most open of the DECmate systems, with a
  1206.     number of disk options:  An additional pair of RX50 drives could
  1207.     be added, and with the RX78 board, it could support a pair of
  1208.     dual 8 inch drives, either RX01 or RX02.
  1209.  
  1210.     As an alternative to the RX78, there was a controller for an
  1211.     MFM hard drive.  The interface to the RX78 board wasn't fully
  1212.     compatable with earlier interfaces to RX01 and RX02, and there
  1213.     was no way to have both an RX78 and an MFM drive.  The MFM drive
  1214.     could be up to 64 MB, with 16 sectors per track, 512 bytes each
  1215.     and at most 8 heads and 1024 (or possibly 4096) cylinders.  A
  1216.     power supply upgrade was needed to support the MFM drive.  DEC
  1217.     sold this machine with 5, 10 and 20 meg hard drives, Seagate
  1218.     ST-506, 412, and 225 respectively.
  1219.  
  1220.     A graphics board supporting a color monitor could be added in
  1221.     addition to the monochrome console display; two variants of
  1222.     this board were produced during the production run, all slightly
  1223.     incompatable.
  1224.  
  1225.     A coprocessor board could be added, with communication to and
  1226.     from the coprocessor through device 14.  DEC sold three boards,
  1227.     an APU board (Z80 and 64K), and two XPU boards (Z80, 8086 and
  1228.     either 256K or 512K).  If these added processors are used, the
  1229.     6120 processor is usually used as an I/O server for whatever
  1230.     ran on the coprocessor.  The XPU boards used a Z80 for I/O
  1231.     support, so 8086 I/O was very indirect, particularly if it
  1232.     involved I/O to a PDP-8 device that was emulated from control
  1233.     memory.  Despite this, the DECmate version of MS/DOS is generally
  1234.     faster than MS/DOS on more recent 80286 and 80386 based IBM PCs
  1235.     because of effective use of the coprocessors (but they couldn't
  1236.     run MS/DOS code that bypasses MS/DOS for I/O).
  1237.  
  1238. Survival:  As with the DECmate I.
  1239.  
  1240. ------------------------------
  1241.  
  1242. Subject: What is a DECmate III?
  1243.  
  1244. Date of introduction:  1984
  1245. Date of withdrawal:    1990 
  1246. Price: $2,695
  1247.  
  1248. Technology:  Same as the DECmate II.
  1249.  
  1250. Reason for introduction:  Again, DEC discovered that the market for large
  1251.     systems was dominated by other products, and that the PDP-8 based
  1252.     products were rarely expanded to their full potential.  Thus,
  1253.     there was no point in paying the price for expandability.
  1254.  
  1255. Compatability:  Same as the DECmate II, except that the printer port is
  1256.     fixed at 4800 baud.
  1257.  
  1258. Standard Configuration:  The DECmate III was sold with 32K of program
  1259.     memory, plus a second full bank for dedicated control panel
  1260.     functions, an integral RX50 dual 5 1/4 inch diskette drive with
  1261.     an 8051 controller chip, a printer port, a 100Hz real-time-clock,
  1262.     a data communications port, and interfaces for the VR-201 monitor
  1263.     and keyboard.
  1264.  
  1265. Expandability:  A revised version of the Z80 based coprocessor for the
  1266.     DECmate II was available, and a graphics board largely compatable
  1267.     with the later DECmate II graphics board could be added allowing
  1268.     the standard monochrome monitor to be replaced with a VR-241 color
  1269.     monitor.  Two monitor configurations were not supported.  An
  1270.     obscure variant of the DEC scholar modem was also supported as
  1271.     an option.
  1272.  
  1273. Survival:  As with the DECmate I.
  1274.  
  1275. ------------------------------
  1276.  
  1277. Subject: What is a DECmate III+?
  1278.  
  1279. Date of introduction:  1985
  1280. Date of withdrawal:    1990 
  1281.  
  1282. Technology:  Same as the DECmate II.
  1283.  
  1284. Reason for introduction:  This machine apparently represents the last
  1285.     gasp of the PDP-8, hunting for the remains of the ever-shrinking
  1286.     market niche that the earlier DECmates had carved out.  The
  1287.     market niche was not there, and the production runs for this
  1288.     machine were short enough that UV erasable EPROM technology was
  1289.     used where earlier DECmates had used mask programmed chips.
  1290.  
  1291. Compatability:  Same as the DECmate II, but the machine was unable to
  1292.     read 48 track per inch IBM formatted diskettes.  Again the
  1293.     printer port was fixed at 4800 baud.
  1294.  
  1295. Standard Configuration:  The DECmate III+ was sold with 32K of program
  1296.     memory, plus a second bank for dedicated control panel functions,
  1297.     an integral RX33 single 5 1/4 inch diskette drive with an 8751
  1298.     controller chip, a printer port, a data communications port and
  1299.     interfaces to the monitor and keyboard.  A hard disk controller
  1300.     compatable with the optional one on the DECmate II was included,
  1301.     supporting an integral ST-225 20 MB disk; it is likely that it
  1302.     can only handle up to 1024 cylinders, but it is otherwise
  1303.     compatable with the DECmate II.
  1304.  
  1305. Expandability: The same coprocessor option sold with the DECmate III was
  1306.     available, but because of the difficulty of adding a second floppy
  1307.     drive, this was rarely used (the Z80 was most likely to be used
  1308.     to run CP/M, but that system requires two drives to handle the
  1309.     installation procedure; an appropriately configured bootable
  1310.     image created on a DECmate II or III could run on a DECmate III+).
  1311.  
  1312.     The same graphics board as used on the DECmate III was also
  1313.     available.  The circuit traces and connectors for the Scholar
  1314.     modem are present, but this option was never sold on the
  1315.     DECmate III+.
  1316.  
  1317. Survival:  As with the other DECmates.
  1318.  
  1319. ------------------------------
  1320.  
  1321. End of PDP-8 Summary of Models and Options (posted every other month)
  1322. *********************************************************************
  1323.  
  1324.